Package | ForgePatientChart.0830 |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ForgePatientChart.0830@0.1.0&canonical=http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use |
Url | http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use |
Status | draft |
Date | 2022-07-06T19:36:14.0905835+00:00 |
Name | ObservationDrugUse |
Experimental | False |
Authority | hl7 |
Description | This is closely synchronized with the DW Observation Drug Use Profile |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use-drug-type ![]() | ObservationDrugUseDrugtype |
http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use-frequency ![]() | ObservationDrugUseFrequency |
{
"resourceType" : "StructureDefinition",
"meta" : {
"lastUpdated" : "2022-07-20T15:32:37.8557322+00:00"
},
"url" : "http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use",
"name" : "ObservationDrugUse",
"status" : "draft",
"date" : "2022-07-06T19:36:14.0905835+00:00",
"description" : "This is closely synchronized with the DW Observation Drug Use Profile",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.id",
"path" : "Observation.id",
"mustSupport" : true
},
{
"id" : "Observation.meta",
"path" : "Observation.meta",
"mustSupport" : true
},
{
"id" : "Observation.meta.lastUpdated",
"path" : "Observation.meta.lastUpdated",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.meta.source",
"path" : "Observation.meta.source",
"mustSupport" : true
},
{
"id" : "Observation.meta.profile",
"path" : "Observation.meta.profile",
"comment" : "Usage: When \"http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use\" is specified, the message instance may be validated to align with this profile.\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
"mustSupport" : true
},
{
"id" : "Observation.text",
"path" : "Observation.text",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"comment" : "Usage Note - Historical load do not send the deleted entries. For delta send all updated resource including deleted PSS -->FHIR \r\nNeeds Review, unfinished --> Final \r\nUpdated --> amended - only if delta is being send \r\ndeleted --> entered-in-error - only if delta is being send TBD question for Lloyd\r\n\r\nMA --> FHIR \r\nActive --> Final \r\ndeleted --> entered-in-error - only if delta is being send\r\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.\r\n\r\nConformance Rule - PSS status for active risk factors the status should be final. For updated risk factor the status should be updated to amended",
"mustSupport" : true
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"mustSupport" : true
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.system",
"path" : "Observation.category.coding.system",
"fixedUri" : "http://hl7.org/fhir/ValueSet/observation-category",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.code",
"path" : "Observation.category.coding.code",
"fixedCode" : "social-history",
"mustSupport" : true
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"mustSupport" : true
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"comment" : "Code - 74204-9 Drug Use\r\nNote that FHIR strings SHALL NOT exceed 1MB in size",
"mustSupport" : true
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.effective[x].extension",
"path" : "Observation.effective[x].extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Observation.effective[x].extension:dataAbsentReason",
"path" : "Observation.effective[x].extension",
"sliceName" : "dataAbsentReason",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/data-absent-reason"
]
}
],
"isModifier" : false
},
{
"id" : "Observation.issued",
"path" : "Observation.issued",
"mustSupport" : true
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"max" : "1"
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"max" : "0"
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"max" : "0"
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"max" : "0"
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"type" : [
{
"code" : "Reference",
"profile" : [
"http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use-frequency",
"http://telus.com/fhir/patientChart/StructureDefinition/observation-drug-use-drug-type"
],
"aggregation" : [
"bundled"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.hasMember.reference",
"path" : "Observation.hasMember.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.hasMember.display",
"path" : "Observation.hasMember.display",
"mustSupport" : true
},
{
"id" : "Observation.derivedFrom",
"path" : "Observation.derivedFrom",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.